projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba21496
)
(top-level): Make load behave more like require.
author
Glenn Morris
<rgm@gnu.org>
Thu, 5 Nov 2009 03:22:18 +0000
(
03:22
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 5 Nov 2009 03:22:18 +0000
(
03:22
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/calendar/diary-lib.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 4b68f302a3cb3eb4b5b0055cd787f802ce077aca..a042130a79aa5ecca98479b5e9b8b7f2ff5d864b 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2009-11-05 Glenn Morris <rgm@gnu.org>
+
+ * calendar/diary-lib.el (top-level): Make load behave more like require.
+
2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
* custom.el (custom-declare-group): Purecopy standard-value.
diff --git
a/lisp/calendar/diary-lib.el
b/lisp/calendar/diary-lib.el
index 68dbf144aa3f2430e40ecafd312a926b147e6680..82fbc35b82dfc1150a3927c2aca4a069d7b28d67 100644
(file)
--- a/
lisp/calendar/diary-lib.el
+++ b/
lisp/calendar/diary-lib.el
@@
-29,7
+29,7
@@
;;; Code:
(require 'calendar)
-(
load "diary-loaddefs" nil 'nomessage
)
+(
eval-and-compile (load "diary-loaddefs" nil t)
)
(defgroup diary nil
"Emacs diary."